home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="" goto :abort
- btrhelp %1 -ps OE!YXXXXX
- goto :exit
- :abort
- echo ┌───────────────────────────────────────────────────────────┐
- echo │ USAGE: Bempty FILENAME │
- echo │ │
- echo │ The name of file to empty is specified as the parameter. │
- echo └───────────────────────────────────────────────────────────┘
- :exit
- @echo on